IBM Books

Using and Configuring Features Version 3.3


Using WAN Restoral

This chapter includes the following sections:


Overview for WAN Restoral, WAN Reroute, and Dial-on-Overflow

The WAN Restoral, WAN Reroute, and Dial-on-overflow features have similar functions and might be confused. This overview is intended to help you decide which of these functions will be useful to you and to help you find the information you need to configure them.

The configuration commands for all three features are included in the "Configuring WAN Restoral" chapter. For additional information about WAN Reroute and Dial-on-overflow see "The WAN Reroute Feature".

WAN Restoral

WAN Restoral is the most basic function. When you use WAN Restoral, you configure a primary and a secondary link. In case the primary link fails, the secondary link is started and assumes the characteristics of the primary. You don't configure any protocol definitions on the secondary link because it uses the protocol definitions from the primary link.

For WAN Restoral:

Note:When BRS is configured on a primary link and the primary link is part of a primary-secondary pair for WAN Restoral, you must configure BRS on the secondary link. Typically when WAN Restoral is configured, the secondary link takes the identify of the primary link. However, this is not true for BRS; therefore, BRS needs to be configured on both the primary and secondary link.

WAN Reroute

WAN Reroute is a more advanced function. When you use WAN Reroute, you configure a primary and an alternate link. In case the primary link fails, the alternate link is started. The routing protocols (for example, RIP or OSPF) detect the newly available link and adjust the routes that are used for forwarding packets.

For WAN Reroute:

Dial-on-overflow

Dial-on-overflow is similar to WAN Reroute, but does not require failure of the primary to start the alternate link. Instead, the utilization of the primary link is monitored, and if a threshold is exceeded, the alternate link is started. Also, not all protocols are brought up on the alternate link. Only IP is brought up on the alternate link, and other protocols continue to use the primary link unless the primary link goes down.

If the primary link goes down, WAN Reroute takes over and any protocols configured on the alternate interface can start detecting and using routes on the alternate interface.

For Dial-on-overflow:

For more information about WAN Reroute see "The WAN Reroute Feature".


Before You Begin

Before you configure WAN Restoral, you must have the following:

  1. A primary serial interface (leased line) configured for PPP. You can use any serial interface on the router.

  2. An interface with the associated dial circuits configured on the router. You can use an ISDN interface, a V.25bis interface, or V.34 interface as the base net.

  3. A secondary dial circuit configured to dial when the primary interface goes down. To configure a dial circuit to do this, set the idle timer to zero using the set idle command at that dial Circuit Config>prompt. This command prevents the dial circuit from being dial-on-demand.

  4. A secondary dial circuit at one end of the link configured to send calls only. Use the set calls outbound command at the Circuit Config> prompt.
    Note:Do not configure any protocol addresses on the secondary interface. The protocol assignments for the primary interface are used on the secondary link (dial circuit) when it is active.

  5. A secondary dial circuit at the other end of the link configured to receive calls only. Use the set calls inbound command at the Circuit Config> prompt.

Configuration Procedure for WAN Restoral

This section describes the steps required to configure WAN Restoral. Before you begin, use the list device command at the Config> prompt to list the interface numbers of different devices.

Follow these steps to configure WAN Restoral on the router:

  1. Display the WRS Config> prompt by entering the feature wrs command at the Config> prompt. For example:
         Config>feature wrs
         WAN Restoral user configuration
         WRS Config>
    

  2. Assign a secondary dial circuit to the primary interface. This dial circuit will back up the primary interface. For example:
         WRS Config>add secondary-circuit
         Secondary interface number  [0]? 3
         Primary interface number  [0]? 1
    

  3. Enable WAN Restoral on the secondary dial circuit that you added. For example:
         WRS Config>enable secondary-circuit
         Secondary interface number  [0]? 3
    

  4. Globally enable WAN Restoral on the router. For example:
    WRS Config>enable wrs
    

  5. Restart the router for configuration changes to take effect.

Secondary Dial Circuit Configuration

To configure a dial circuit:

  1. Determine the dial-circuit interface number: To do this, type:

    Config> list device
    

    If no PPP dial-circuit interface is listed, add a dial-circuit interface by typing:

    Config> add device dial-circuit
     
    Adding device as interface 3
    Defaulting Data-link protocol to PPP
    Use "net 3" command to configure circuit parameters
    

  2. Configure the secondary interface (dial circuit) to have the same datalink type as the primary interface (PPP) from the Config> prompt as follows:
    Config> set data PPP
    Interface Number [0]? 3
    

  3. Access the dial circuit configuration prompt (Circuit Config>) by entering network interface#.

    Config> network 3
    

  4. Select the base net interface for the dial circuit. The base net can be V.25bis, ISDN, or V.34.
    Circuit Config> set net 2
    

  5. Set the dial circuit idle timer to 0 (0=fixed) as follows:
    Circuit Config> set idle 0
    

  6. Set one end of the backup connection to receive calls (for example, router A) as follows:
    Circuit Config> set calls inbound
    

  7. Set the other end of the backup connection to initiate calls (for example, router B) as follows:
    Circuit Config> set calls outbound
    

Notes:

  1. Do not use the set calls both command. Setting these individually will help prevent the collisions of incoming and outgoing connection attempts.

  2. Do not configure any forwarder (for example, IP, IPX, etc.) addresses on the dial circuit. The protocol assignments for the primary interface are used on the secondary interface (dial circuit) when it is active.

  3. For ISDN configuration instructions, see "Using the ISDN Interface" in Software User's Guide.

  4. For V.25bis configuration instructions, see "Using the V.25bis Interface" in Software User's Guide.

  5. For V.34 configuration instructions, see "Using the V.34 Interface" in Software User's Guide.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]